CxDbsEditor Object
The CxDbsEditor object is a dialog box-based editor for a Database Service (DBS). Declare the object using the following code:
|
CreateObject("CxEditors.CxDbsEditor") |
Each method in this document will assume you have declared and connected the CxDbsEditor object using the following code:
|
Dim DbsEditor Set DbsEditor = CreateObject("CxEditors.CxDbsEditor") DbsEditor.Connect("CYGDEMO.ACS") |
Note: Any DBS-based service can be connected with the CxCvsEditor object. For a list of supported services, see DBS-Based Services.
More:


